Index
A C D E G H I L M N P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
P
- problem - Variable in class edu.uky.ai.csp.kr.Solution
-
The problem this solution is potentially a solution for
- Problem - Class in edu.uky.ai.csp.kr
-
A constraint satisfaction problem is composed of variables (each with a set of potential values called a domain) and constraints on the values those variable can be assigned.
- Problem() - Constructor for class edu.uky.ai.csp.kr.Problem
- Problems - Class in edu.uky.ai.csp
-
A set of example constraint satisfaction problems to solve.
- Problems() - Constructor for class edu.uky.ai.csp.Problems
- propagate(Solution) - Static method in class edu.uky.ai.csp.Solver
-
Given a partial solution, this method propagates the constraints of a problem to achieve 2-consistency.
All Classes All Packages